JavaScript Validation of only "|" (pipe) in the sp
In my textbox I should be able to allow all characters, numbers and special characters except "|" (Pipe) .
The validation should be done using javascript.
I am having the Javascript code for validating all the special characters
But i need to validate only "|"(Pipe) in all special characters
It is very urgent
I need it ASAP.